Update Authorization max amount
Use this endpoint to update the maximum amount the automatic Pix will be able to ues to make the recurring payment
Request
PUT 'https://apisandbox.delbank.com.br/baas/api/v1/automatic-pix/authorizations/'
Headers
Name | Description |
---|---|
x-delbank-api-key | Required. API key |
Body
{
"id": "RR123456782025042912345678901",
"maxAmount": 250.75
}
Response
The status code 200
indicates success in the query.
Being succeeded, the return will have the following fields in Json format:
{
"createdAt":"2024-12-19T11:09:18.107Z",
"id":"RR0435879820240605njua7shf40o"
}